home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
4_0
/
LIFE6__
/
PROTO
/
U
/
LIFE_4A.H
< prev
next >
Wrap
Text File
|
1991-08-16
|
1KB
|
46 lines
/* ======================================================= */
/* Life_4a */
/* File name: Life_4a.h */
/* Function: Handle a Window */
/* History: 8/16/91 Original by Prototyper 3.0 */
/* ======================================================= */
/* Initialize us so all our routines can be activated */
void U_Init_Life_4a(void);
/* Close our window */
void U_Close_Life_4a(void);
/* Handle resizing scrollbars */
void U_Resized_Life_4a(Rect *OldRect);
/* Our window was moved */
void U_Moved_Life_4a(Rect *OldRect);
/* Update our window, someone uncovered a part of us */
void U_Update_Life_4a(void);
/* Open our window and draw everything */
void U_Open_Life_4a(void);
/* Handle activation of our window */
void U_Activate_Life_4a(Boolean Do_An_Activate);
/* Handle action to our window, like controls */
void U_DoButton_Life_4a(long RefCon, ControlHandle theControl);
/* Handle any special events in out window */
void U_DoEvent_Life_4a(EventRecord *myEvent);
/* ======================================================= */